home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / pc / DirectX SDK / DXSDK / samples / Multimedia / DirectPlay / Maze / MazeCommon / StressMazeGuid.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-10-31  |  719 b   |  28 lines

  1. //----------------------------------------------------------------------------
  2. // File: stressmazeguid.h
  3. //
  4. // Desc: see main.cpp
  5. //
  6. // Copyright (c) 1999-2001 Microsoft Corp. All rights reserved.
  7. //-----------------------------------------------------------------------------
  8. #ifndef _STRESSMAZE_GUID_H
  9. #define _STRESSMAZE_GUID_H
  10.  
  11.  
  12.  
  13.  
  14. //-----------------------------------------------------------------------------
  15. // Name: 
  16. // Desc: 
  17. //-----------------------------------------------------------------------------
  18.  
  19. // {C8078137-D0BD-444a-9CF3-4CFB2A0B759E}
  20. static const GUID StressMazeAppGUID = 
  21. { 0xc8078137, 0xd0bd, 0x444a, { 0x9c, 0xf3, 0x4c, 0xfb, 0x2a, 0xb, 0x75, 0x9e } };
  22.  
  23.  
  24.  
  25.  
  26.  
  27. #endif
  28.